Skip to content

feat(dual-solve): surface engine logs#278

Merged
plind-junior merged 2 commits into
testfrom
feat/dual-solve-engine-logs
Jul 6, 2026
Merged

feat(dual-solve): surface engine logs#278
plind-junior merged 2 commits into
testfrom
feat/dual-solve-engine-logs

Conversation

@plind-junior

@plind-junior plind-junior commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

adds engine output logs and a deterministic recommendation hint to dual-solve results so cli, browser, and desktop clients can compare claude and codex before choosing a winner.

changes:

  • capture the text returned by each engine during run_candidate
  • include log and top-level recommendation in vouch dual-solve --json
  • include log and recommendation in review-ui job and choose responses
  • render recommendation and collapsible engine logs in the browser dual-solve ui
  • cover log capture, recommendation behavior, cli json, and web payloads in tests

verified:

  • /home/a/Dev/plind-junior/vouch/.venv/bin/python -m pytest tests/test_dual_solve.py tests/test_web_dual_solve.py -q
  • /home/a/Dev/plind-junior/vouch/.venv/bin/python -m ruff check src/vouch/dual_solve.py src/vouch/cli.py src/vouch/web/dual_solve_api.py tests/test_dual_solve.py tests/test_web_dual_solve.py
  • /home/a/Dev/plind-junior/vouch/.venv/bin/python -m mypy src

@coderabbitai

coderabbitai Bot commented Jun 26, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 0b625eb3-08e9-441c-a8ff-6003c9d9e6da

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/dual-solve-engine-logs

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@plind-junior plind-junior merged commit bc57c11 into test Jul 6, 2026
4 of 5 checks passed
@github-actions github-actions Bot added docs documentation, specs, examples, and repo guidance cli command line interface dual-solve dual-solve orchestration review-ui browser review ui tests tests and fixtures size: S 50-199 changed non-doc lines labels Jul 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cli command line interface docs documentation, specs, examples, and repo guidance dual-solve dual-solve orchestration review-ui browser review ui size: S 50-199 changed non-doc lines tests tests and fixtures

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant